home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 7336 / 7336.xpi / chrome / content / dwmoverlay.xul < prev    next >
Extensible Markup Language  |  2009-11-25  |  2KB  |  31 lines

  1. <?xml version="1.0"?>
  2. <!--
  3. Copyright 2008 Matthew Holder. All rights reserved.
  4.  
  5. Redistribution and use in source and binary forms, with or without
  6. modification, are permitted provided that the following conditions are met:
  7.  
  8.    1. Redistributions of source code must retain the above copyright notice,
  9. this list of conditions and the following disclaimer.
  10.    2. Redistributions in binary form must reproduce the above copyright notice,
  11. this list of conditions and the following disclaimer in the documentation
  12. and/or other materials provided with the distribution.
  13.  
  14. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
  15. WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
  16. MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
  17. EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
  18. INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  19. LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  20. PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  21. LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
  22. OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
  23. ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  24. -->
  25. <?xml-stylesheet href="chrome://glasser/skin/overlay.css" type="text/css"?>
  26. <overlay id="dwmoverlay"
  27.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  28.   <script type="application/x-javascript" src="chrome://glasser/content/dwm-overlay.js"/>
  29.   <toolbar id="nav-bar" glassToMe="true"/>
  30. </overlay>
  31.